func golang.org/x/tools/internal/gcimporter.internalErrorf

14 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L374: 		panic(internalErrorf("too many predeclared types: %d > %d", len(p.typIndex), predeclReserved))
		iexport.go#L722: 				panic(internalErrorf("unexpected method: %v", sig))
		iexport.go#L796: 			panic(internalErrorf("%s is not a defined type", t))
		iexport.go#L844: 		panic(internalErrorf("unexpected object: %v", obj))
		iexport.go#L1104: 				panic(internalErrorf("no package to set for empty struct"))
		iexport.go#L1166: 		panic(internalErrorf("unexpected type: %v, %v", t, reflect.TypeOf(t)))
		iexport.go#L1341: 		panic(internalErrorf("unexpected type %v (%v)", typ, typ.Underlying()))
		iexport.go#L1404: 		panic(internalErrorf("unexpected type %v (%T)", typ.Underlying(), typ.Underlying()))
		iexport.go#L1411: 		panic(internalErrorf("negative unsigned integer; type %v, value %v", typ, x))
		iexport.go#L1416: 		panic(internalErrorf("leading zeros"))
		iexport.go#L1419: 		panic(internalErrorf("bad mpint length: %d > %d (type %v, value %v)", len(b), maxBytes, typ, x))
		iexport.go#L1456: 		panic(internalErrorf("encoding mistake: %d, %v, %v => %d", len(b), signed, negative, n))
		iexport.go#L1485: 		panic(internalErrorf("mantissa scaling failed for %f (%s)", f, acc))
		iexport.go#L1603: func internalErrorf(format string, args ...any) error {